FreeSWITCH.Native.freeswitch.switch_core_asr_text_param C# (CSharp) Method

switch_core_asr_text_param() public static method

public static switch_core_asr_text_param ( switch_asr_handle ah, string param, string val ) : void
ah switch_asr_handle
param string
val string
return void
        public static void switch_core_asr_text_param(switch_asr_handle ah, string param, string val)
        {
            freeswitchPINVOKE.switch_core_asr_text_param(switch_asr_handle.getCPtr(ah), param, val);
        }
freeswitch