Interface HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySourceOrBuilder

    • Method Detail

      • getAgent

        String getAgent()
         Required. The name of a dialogflow virtual agent used for end user side
         intent detection and suggestion. Format: `projects/<Project
         ID>/locations/<Location ID>/agent`. When multiple agents are allowed in
         the same Dialogflow project.
         
        string agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The agent.
      • getAgentBytes

        com.google.protobuf.ByteString getAgentBytes()
         Required. The name of a dialogflow virtual agent used for end user side
         intent detection and suggestion. Format: `projects/<Project
         ID>/locations/<Location ID>/agent`. When multiple agents are allowed in
         the same Dialogflow project.
         
        string agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for agent.
      • hasHumanAgentSideConfig

        boolean hasHumanAgentSideConfig()
         The Dialogflow assist configuration for human agent.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfig human_agent_side_config = 3;
        Returns:
        Whether the humanAgentSideConfig field is set.