Interface CreateConversationDatasetRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The project to create conversation dataset for. Format:
         `projects/<Project ID>/locations/<Location ID>`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The project to create conversation dataset for. Format:
         `projects/<Project ID>/locations/<Location ID>`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for parent.
      • hasConversationDataset

        boolean hasConversationDataset()
         Required. The conversation dataset to create.
         
        .google.cloud.dialogflow.v2.ConversationDataset conversation_dataset = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the conversationDataset field is set.
      • getConversationDataset

        ConversationDataset getConversationDataset()
         Required. The conversation dataset to create.
         
        .google.cloud.dialogflow.v2.ConversationDataset conversation_dataset = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The conversationDataset.
      • getConversationDatasetOrBuilder

        ConversationDatasetOrBuilder getConversationDatasetOrBuilder()
         Required. The conversation dataset to create.
         
        .google.cloud.dialogflow.v2.ConversationDataset conversation_dataset = 2 [(.google.api.field_behavior) = REQUIRED];