Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1ConversationEvent

Represents a notification sent to Pub/Sub subscribers for conversation lifecycle events.

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

Properties

Conversation

Required. The unique identifier of the conversation this notification refers to. Format: projects//conversations/.

Declaration
[JsonProperty("conversation")]
public virtual string Conversation { 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

ErrorStatus

Optional. More detailed information about an error. Only set for type UNRECOVERABLE_ERROR_IN_PHONE_CALL.

Declaration
[JsonProperty("errorStatus")]
public virtual GoogleRpcStatus ErrorStatus { get; set; }
Property Value
Type Description
GoogleRpcStatus

NewMessagePayload

Payload of NEW_MESSAGE event.

Declaration
[JsonProperty("newMessagePayload")]
public virtual GoogleCloudDialogflowV2beta1Message NewMessagePayload { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1Message

NewRecognitionResultPayload

Payload of NEW_RECOGNITION_RESULT event.

Declaration
[JsonProperty("newRecognitionResultPayload")]
public virtual GoogleCloudDialogflowV2beta1StreamingRecognitionResult NewRecognitionResultPayload { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1StreamingRecognitionResult

Type

Required. The type of the event that this notification refers to.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX