Interface CreateConversationModelRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         The project to create conversation model for. Format:
         `projects/<Project ID>`
         
        string parent = 1;
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         The project to create conversation model for. Format:
         `projects/<Project ID>`
         
        string parent = 1;
        Returns:
        The bytes for parent.
      • hasConversationModel

        boolean hasConversationModel()
         Required. The conversation model to create.
         
        .google.cloud.dialogflow.v2.ConversationModel conversation_model = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the conversationModel field is set.
      • getConversationModel

        ConversationModel getConversationModel()
         Required. The conversation model to create.
         
        .google.cloud.dialogflow.v2.ConversationModel conversation_model = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The conversationModel.
      • getConversationModelOrBuilder

        ConversationModelOrBuilder getConversationModelOrBuilder()
         Required. The conversation model to create.
         
        .google.cloud.dialogflow.v2.ConversationModel conversation_model = 2 [(.google.api.field_behavior) = REQUIRED];