Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ClearSuggestionFeatureConfigRequest.
The request message for ConversationProfiles.ClearFeature.
Generated from protobuf message google.cloud.dialogflow.v2.ClearSuggestionFeatureConfigRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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: |
↳ participant_role |
int
Required. The participant role to remove the suggestion feature config. Only HUMAN_AGENT or END_USER can be used. |
↳ suggestion_feature_type |
int
Required. The type of the suggestion feature to remove. |
getConversationProfile
Required. The Conversation Profile to add or update the suggestion feature
config. Format: projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>
.
Generated from protobuf field string conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
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>
.
Generated from protobuf field string conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getParticipantRole
Required. The participant role to remove the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.
Generated from protobuf field .google.cloud.dialogflow.v2.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
setParticipantRole
Required. The participant role to remove the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.
Generated from protobuf field .google.cloud.dialogflow.v2.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getSuggestionFeatureType
Required. The type of the suggestion feature to remove.
Generated from protobuf field .google.cloud.dialogflow.v2.SuggestionFeature.Type suggestion_feature_type = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
setSuggestionFeatureType
Required. The type of the suggestion feature to remove.
Generated from protobuf field .google.cloud.dialogflow.v2.SuggestionFeature.Type suggestion_feature_type = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |