public interface ConversationEventOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getConversation()
The unique identifier of the conversation this notification
refers to.
|
ByteString |
getConversationBytes()
The unique identifier of the conversation this notification
refers to.
|
com.google.rpc.Status |
getErrorStatus()
More detailed information about an error.
|
com.google.rpc.StatusOrBuilder |
getErrorStatusOrBuilder()
More detailed information about an error.
|
Message |
getNewMessagePayload()
Payload of NEW_MESSAGE event.
|
MessageOrBuilder |
getNewMessagePayloadOrBuilder()
Payload of NEW_MESSAGE event.
|
ConversationEvent.PayloadCase |
getPayloadCase() |
ConversationEvent.Type |
getType()
The type of the event that this notification refers to.
|
int |
getTypeValue()
The type of the event that this notification refers to.
|
boolean |
hasErrorStatus()
More detailed information about an error.
|
boolean |
hasNewMessagePayload()
Payload of NEW_MESSAGE event.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getConversation()
The unique identifier of the conversation this notification refers to. Format: `projects/<Project ID>/conversations/<Conversation ID>`.
string conversation = 1;
ByteString getConversationBytes()
The unique identifier of the conversation this notification refers to. Format: `projects/<Project ID>/conversations/<Conversation ID>`.
string conversation = 1;
int getTypeValue()
The type of the event that this notification refers to.
.google.cloud.dialogflow.v2.ConversationEvent.Type type = 2;
ConversationEvent.Type getType()
The type of the event that this notification refers to.
.google.cloud.dialogflow.v2.ConversationEvent.Type type = 2;
boolean hasErrorStatus()
More detailed information about an error. Only set for type UNRECOVERABLE_ERROR_IN_PHONE_CALL.
.google.rpc.Status error_status = 3;
com.google.rpc.Status getErrorStatus()
More detailed information about an error. Only set for type UNRECOVERABLE_ERROR_IN_PHONE_CALL.
.google.rpc.Status error_status = 3;
com.google.rpc.StatusOrBuilder getErrorStatusOrBuilder()
More detailed information about an error. Only set for type UNRECOVERABLE_ERROR_IN_PHONE_CALL.
.google.rpc.Status error_status = 3;
boolean hasNewMessagePayload()
Payload of NEW_MESSAGE event.
.google.cloud.dialogflow.v2.Message new_message_payload = 4;
Message getNewMessagePayload()
Payload of NEW_MESSAGE event.
.google.cloud.dialogflow.v2.Message new_message_payload = 4;
MessageOrBuilder getNewMessagePayloadOrBuilder()
Payload of NEW_MESSAGE event.
.google.cloud.dialogflow.v2.Message new_message_payload = 4;
ConversationEvent.PayloadCase getPayloadCase()
Copyright © 2022 Google LLC. All rights reserved.