Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1Conversation

Represents a conversation. A conversation is an interaction between an agent, including live agents and Dialogflow agents, and a support customer. Conversations can include phone calls and text-based chat sessions.

Inheritance
object
GoogleCloudDialogflowV2beta1Conversation
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.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1Conversation : IDirectResponseSchema

Properties

ConversationProfile

Required. The Conversation Profile to be used to configure this Conversation. This field cannot be updated. Format: projects//locations//conversationProfiles/.

Declaration
[JsonProperty("conversationProfile")]
public virtual string ConversationProfile { get; set; }
Property Value
Type Description
string

ConversationStage

Optional. The stage of a conversation. It indicates whether the virtual agent or a human agent is handling the conversation. If the conversation is created with the conversation profile that has Dialogflow config set, defaults to ConversationStage.VIRTUAL_AGENT_STAGE; Otherwise, defaults to ConversationStage.HUMAN_ASSIST_STAGE. If the conversation is created with the conversation profile that has Dialogflow config set but explicitly sets conversation_stage to ConversationStage.HUMAN_ASSIST_STAGE, it skips ConversationStage.VIRTUAL_AGENT_STAGE stage and directly goes to ConversationStage.HUMAN_ASSIST_STAGE.

Declaration
[JsonProperty("conversationStage")]
public virtual string ConversationStage { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

EndTime

object representation of EndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type Description
object

EndTimeDateTimeOffset

DateTimeOffset representation of EndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EndTimeRaw

Output only. The time the conversation was finished.

Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
Type Description
string

IngestedContextReferences

Output only. The context reference updates provided by external systems.

Declaration
[JsonProperty("ingestedContextReferences")]
public virtual IDictionary<string, GoogleCloudDialogflowV2beta1ConversationContextReference> IngestedContextReferences { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudDialogflowV2beta1ConversationContextReference>

LifecycleState

Output only. The current state of the Conversation.

Declaration
[JsonProperty("lifecycleState")]
public virtual string LifecycleState { get; set; }
Property Value
Type Description
string

Name

Output only. Identifier. The unique identifier of this conversation. Format: projects//locations//conversations/.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PhoneNumber

Output only. Required if the conversation is to be connected over telephony.

Declaration
[JsonProperty("phoneNumber")]
public virtual GoogleCloudDialogflowV2beta1ConversationPhoneNumber PhoneNumber { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1ConversationPhoneNumber

StartTime

object representation of StartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeRaw

Output only. The time the conversation was started.

Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type Description
string

TelephonyConnectionInfo

Output only. The telephony connection information.

Declaration
[JsonProperty("telephonyConnectionInfo")]
public virtual GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo TelephonyConnectionInfo { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX