Show / Hide Table of Contents

Class GoogleCloudDialogflowV2SipConfig

Inheritance
object
GoogleCloudDialogflowV2SipConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SipConfig : IDirectResponseSchema

Properties

AllowVirtualAgentInteraction

Declaration
[JsonProperty("allowVirtualAgentInteraction")]
public virtual bool? AllowVirtualAgentInteraction { get; set; }
Property Value
Type Description
bool?

CopyInboundCallLegHeaders

Declaration
[JsonProperty("copyInboundCallLegHeaders")]
public virtual IList<string> CopyInboundCallLegHeaders { get; set; }
Property Value
Type Description
IList<string>

CreateConversationOnTheFly

Declaration
[JsonProperty("createConversationOnTheFly")]
public virtual bool? CreateConversationOnTheFly { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IgnoreReinviteMediaDirection

Declaration
[JsonProperty("ignoreReinviteMediaDirection")]
public virtual bool? IgnoreReinviteMediaDirection { get; set; }
Property Value
Type Description
bool?

InactiveStart

Declaration
[JsonProperty("inactiveStart")]
public virtual bool? InactiveStart { get; set; }
Property Value
Type Description
bool?

KeepConversationRunning

Declaration
[JsonProperty("keepConversationRunning")]
public virtual bool? KeepConversationRunning { get; set; }
Property Value
Type Description
bool?

MaxAudioRecordingDuration

Declaration
[JsonProperty("maxAudioRecordingDuration")]
public virtual object MaxAudioRecordingDuration { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX