Interface ConversationEventOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ConversationEvent, ConversationEvent.Builder

    public interface ConversationEventOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getConversation

        String getConversation()
         The unique identifier of the conversation this notification
         refers to.
         Format: `projects/<Project ID>/conversations/<Conversation ID>`.
         
        string conversation = 1;
        Returns:
        The conversation.
      • getConversationBytes

        com.google.protobuf.ByteString getConversationBytes()
         The unique identifier of the conversation this notification
         refers to.
         Format: `projects/<Project ID>/conversations/<Conversation ID>`.
         
        string conversation = 1;
        Returns:
        The bytes for conversation.
      • getTypeValue

        int getTypeValue()
         The type of the event that this notification refers to.
         
        .google.cloud.dialogflow.v2.ConversationEvent.Type type = 2;
        Returns:
        The enum numeric value on the wire for type.
      • getType

        ConversationEvent.Type getType()
         The type of the event that this notification refers to.
         
        .google.cloud.dialogflow.v2.ConversationEvent.Type type = 2;
        Returns:
        The type.
      • hasErrorStatus

        boolean hasErrorStatus()
         More detailed information about an error. Only set for type
         UNRECOVERABLE_ERROR_IN_PHONE_CALL.
         
        .google.rpc.Status error_status = 3;
        Returns:
        Whether the errorStatus field is set.
      • getErrorStatus

        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;
        Returns:
        The errorStatus.
      • getErrorStatusOrBuilder

        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;
      • hasNewMessagePayload

        boolean hasNewMessagePayload()
         Payload of NEW_MESSAGE event.
         
        .google.cloud.dialogflow.v2.Message new_message_payload = 4;
        Returns:
        Whether the newMessagePayload field is set.
      • getNewMessagePayload

        Message getNewMessagePayload()
         Payload of NEW_MESSAGE event.
         
        .google.cloud.dialogflow.v2.Message new_message_payload = 4;
        Returns:
        The newMessagePayload.
      • getNewMessagePayloadOrBuilder

        MessageOrBuilder getNewMessagePayloadOrBuilder()
         Payload of NEW_MESSAGE event.
         
        .google.cloud.dialogflow.v2.Message new_message_payload = 4;