Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SuggestionFeatureConfig.
Config for suggestion features.
Generated from protobuf message google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionFeatureConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ suggestion_feature |
Google\Cloud\Dialogflow\V2\SuggestionFeature
The suggestion feature. |
↳ enable_event_based_suggestion |
bool
Automatically iterates all participants and tries to compile suggestions. Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST. |
↳ suggestion_trigger_settings |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionTriggerSettings
Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION and FAQ will use this field. |
↳ query_config |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionQueryConfig
Configs of query. |
↳ conversation_model_config |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\ConversationModelConfig
Configs of custom conversation model. |
↳ conversation_process_config |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\ConversationProcessConfig
Configs for processing conversation. |
getSuggestionFeature
The suggestion feature.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\SuggestionFeature|null |
hasSuggestionFeature
clearSuggestionFeature
setSuggestionFeature
The suggestion feature.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\SuggestionFeature
|
Returns | |
---|---|
Type | Description |
$this |
getEnableEventBasedSuggestion
Automatically iterates all participants and tries to compile suggestions.
Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.
Returns | |
---|---|
Type | Description |
bool |
setEnableEventBasedSuggestion
Automatically iterates all participants and tries to compile suggestions.
Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getSuggestionTriggerSettings
Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionTriggerSettings|null |
hasSuggestionTriggerSettings
clearSuggestionTriggerSettings
setSuggestionTriggerSettings
Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionTriggerSettings
|
Returns | |
---|---|
Type | Description |
$this |
getQueryConfig
Configs of query.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionQueryConfig|null |
hasQueryConfig
clearQueryConfig
setQueryConfig
Configs of query.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionQueryConfig
|
Returns | |
---|---|
Type | Description |
$this |
getConversationModelConfig
Configs of custom conversation model.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\ConversationModelConfig|null |
hasConversationModelConfig
clearConversationModelConfig
setConversationModelConfig
Configs of custom conversation model.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\ConversationModelConfig
|
Returns | |
---|---|
Type | Description |
$this |
getConversationProcessConfig
Configs for processing conversation.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\ConversationProcessConfig|null |
hasConversationProcessConfig
clearConversationProcessConfig
setConversationProcessConfig
Configs for processing conversation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\ConversationProcessConfig
|
Returns | |
---|---|
Type | Description |
$this |