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