Interface CreateConversationProfileRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The project to create a conversation profile for.
         Format: `projects/<Project ID>/locations/<Location ID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The project to create a conversation profile for.
         Format: `projects/<Project ID>/locations/<Location ID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasConversationProfile

        boolean hasConversationProfile()
         Required. The conversation profile to create.
         
        .google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the conversationProfile field is set.
      • getConversationProfile

        ConversationProfile getConversationProfile()
         Required. The conversation profile to create.
         
        .google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The conversationProfile.
      • getConversationProfileOrBuilder

        ConversationProfileOrBuilder getConversationProfileOrBuilder()
         Required. The conversation profile to create.
         
        .google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 2 [(.google.api.field_behavior) = REQUIRED];