Google Cloud Dialogflow V2 Client - Class SetSuggestionFeatureConfigRequest (1.7.2)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SetSuggestionFeatureConfigRequest.

The request message for ConversationProfiles.SetSuggestionFeature.

Generated from protobuf message google.cloud.dialogflow.v2.SetSuggestionFeatureConfigRequest

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ conversation_profile string

Required. The Conversation Profile to add or update the suggestion feature config. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

↳ participant_role int

Required. The participant role to add or update the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.

↳ suggestion_feature_config Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionFeatureConfig

Required. The suggestion feature config to add or update.

getConversationProfile

Required. The Conversation Profile to add or update the suggestion feature config. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

Returns
TypeDescription
string

setConversationProfile

Required. The Conversation Profile to add or update the suggestion feature config. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getParticipantRole

Required. The participant role to add or update the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.

Returns
TypeDescription
int

setParticipantRole

Required. The participant role to add or update the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getSuggestionFeatureConfig

Required. The suggestion feature config to add or update.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionFeatureConfig|null

hasSuggestionFeatureConfig

clearSuggestionFeatureConfig

setSuggestionFeatureConfig

Required. The suggestion feature config to add or update.

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionFeatureConfig
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
conversationProfile string

Required. The Conversation Profile to add or update the suggestion feature config. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\SetSuggestionFeatureConfigRequest

static::buildFromConversationProfileParticipantRoleSuggestionFeatureConfig

Parameters
NameDescription
conversationProfile string

Required. The Conversation Profile to add or update the suggestion feature config. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

participantRole int

Required. The participant role to add or update the suggestion feature config. Only HUMAN_AGENT or END_USER can be used. For allowed values, use constants defined on Google\Cloud\Dialogflow\V2\Participant\Role

suggestionFeatureConfig Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionFeatureConfig

Required. The suggestion feature config to add or update.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\SetSuggestionFeatureConfigRequest