Show / Hide Table of Contents

Class CallRecognizeRequestBody

The type CallRecognizeRequestBody.

Inheritance
System.Object
CallRecognizeRequestBody
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class CallRecognizeRequestBody

Properties

View Source

BargeInAllowed

Gets or sets BargeInAllowed.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "bargeInAllowed", Required = Required.Default)]
public bool? BargeInAllowed { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Choices

Gets or sets Choices.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "choices", Required = Required.Default)]
public IEnumerable<RecognitionOption> Choices { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<RecognitionOption>
View Source

ClientContext

Gets or sets ClientContext.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "clientContext", Required = Required.Default)]
public string ClientContext { get; set; }
Property Value
Type Description
System.String
View Source

CollectDigits

Gets or sets CollectDigits.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "collectDigits", Required = Required.Default)]
public CollectDigits CollectDigits { get; set; }
Property Value
Type Description
CollectDigits
View Source

Culture

Gets or sets Culture.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "culture", Required = Required.Default)]
public string Culture { get; set; }
Property Value
Type Description
System.String
View Source

InitialSilenceTimeoutInSeconds

Gets or sets InitialSilenceTimeoutInSeconds.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "initialSilenceTimeoutInSeconds", Required = Required.Default)]
public int? InitialSilenceTimeoutInSeconds { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

InterDigitTimeoutInSeconds

Gets or sets InterDigitTimeoutInSeconds.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "interDigitTimeoutInSeconds", Required = Required.Default)]
public int? InterDigitTimeoutInSeconds { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

Prompts

Gets or sets Prompts.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "prompts", Required = Required.Default)]
public IEnumerable<Prompt> Prompts { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Prompt>
  • View Source
Back to top Generated by DocFX