SetSuggestionFeatureConfigOperationMetadata

Metadata for a [ConversationProfile.SetSuggestionFeatureConfig][] operation.

JSON representation
{
  "conversationProfile": string,
  "participantRole": enum (Role),
  "suggestionFeatureType": enum (Type),
  "createTime": string
}
Fields
conversationProfile

string

The resource name of the conversation profile. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>

participantRole

enum (Role)

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

suggestionFeatureType

enum (Type)

Required. The type of the suggestion feature to add or update.

createTime

string (Timestamp format)

Timestamp whe the request was created. The time is measured on server side.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".