Interface CreateConversationDatasetOperationMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getConversationDataset()
      The resource name of the conversation dataset that will be created.
      com.google.protobuf.ByteString getConversationDatasetBytes()
      The resource name of the conversation dataset that will be created.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getConversationDataset

        String getConversationDataset()
         The resource name of the conversation dataset that will be created. Format:
         `projects/<Project ID>/locations/<Location
         ID>/conversationDatasets/<Conversation Dataset Id>`
         
        string conversation_dataset = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The conversationDataset.
      • getConversationDatasetBytes

        com.google.protobuf.ByteString getConversationDatasetBytes()
         The resource name of the conversation dataset that will be created. Format:
         `projects/<Project ID>/locations/<Location
         ID>/conversationDatasets/<Conversation Dataset Id>`
         
        string conversation_dataset = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for conversationDataset.