Interface HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAgent()
      Optional.
      com.google.protobuf.ByteString getAgentBytes()
      Optional.
      • 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

      • getAgent

        String getAgent()
         Optional. The name of a dialogflow virtual agent used for intent
         detection and suggestion triggered by human agent.
         Format: `projects/<Project ID>/locations/<Location ID>/agent`.
         
        string agent = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Returns:
        The agent.
      • getAgentBytes

        com.google.protobuf.ByteString getAgentBytes()
         Optional. The name of a dialogflow virtual agent used for intent
         detection and suggestion triggered by human agent.
         Format: `projects/<Project ID>/locations/<Location ID>/agent`.
         
        string agent = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for agent.