Interface CreateParticipantRequestOrBuilder

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

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

      • getParent

        String getParent()
         Required. Resource identifier of the conversation adding the participant.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. Resource identifier of the conversation adding the participant.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasParticipant

        boolean hasParticipant()
         Required. The participant to create.
         
        .google.cloud.dialogflow.v2beta1.Participant participant = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the participant field is set.
      • getParticipant

        Participant getParticipant()
         Required. The participant to create.
         
        .google.cloud.dialogflow.v2beta1.Participant participant = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The participant.
      • getParticipantOrBuilder

        ParticipantOrBuilder getParticipantOrBuilder()
         Required. The participant to create.
         
        .google.cloud.dialogflow.v2beta1.Participant participant = 2 [(.google.api.field_behavior) = REQUIRED];