Interface ConversationMessageOrBuilder

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

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

      • hasUserInput

        boolean hasUserInput()
         User text input.
         
        .google.cloud.discoveryengine.v1.TextInput user_input = 1;
        Returns:
        Whether the userInput field is set.
      • getUserInput

        TextInput getUserInput()
         User text input.
         
        .google.cloud.discoveryengine.v1.TextInput user_input = 1;
        Returns:
        The userInput.
      • getUserInputOrBuilder

        TextInputOrBuilder getUserInputOrBuilder()
         User text input.
         
        .google.cloud.discoveryengine.v1.TextInput user_input = 1;
      • hasReply

        boolean hasReply()
         Search reply.
         
        .google.cloud.discoveryengine.v1.Reply reply = 2;
        Returns:
        Whether the reply field is set.
      • getReply

        Reply getReply()
         Search reply.
         
        .google.cloud.discoveryengine.v1.Reply reply = 2;
        Returns:
        The reply.
      • getReplyOrBuilder

        ReplyOrBuilder getReplyOrBuilder()
         Search reply.
         
        .google.cloud.discoveryengine.v1.Reply reply = 2;
      • hasCreateTime

        boolean hasCreateTime()
         Output only. Message creation timestamp.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        com.google.protobuf.Timestamp getCreateTime()
         Output only. Message creation timestamp.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. Message creation timestamp.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];