GoogleCloudDialogflowCxV3Example class

Example represents a sample execution of the playbook in the conversation.

An example consists of a list of ordered actions performed by end user or Dialogflow agent according the playbook instructions to fulfill the task.

Constructors

GoogleCloudDialogflowCxV3Example.new({List<GoogleCloudDialogflowCxV3Action>? actions, String? conversationState, String? createTime, String? description, String? displayName, String? languageCode, String? name, GoogleCloudDialogflowCxV3PlaybookInput? playbookInput, GoogleCloudDialogflowCxV3PlaybookOutput? playbookOutput, String? tokenCount, String? updateTime})
GoogleCloudDialogflowCxV3Example.fromJson(Map json_)

Properties

actions List<GoogleCloudDialogflowCxV3Action>?
The ordered list of actions performed by the end user and the Dialogflow agent.
getter/setter pair
conversationState String?
Example's output state.
getter/setter pair
createTime String?
The timestamp of initial example creation.
getter/setter pair
description String?
The high level concise description of the example.
getter/setter pair
displayName String?
The display name of the example.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageCode String?
The language code of the example.
getter/setter pair
name String?
The unique identifier of the playbook example.
getter/setter pair
playbookInput GoogleCloudDialogflowCxV3PlaybookInput?
The input to the playbook in the example.
getter/setter pair
playbookOutput GoogleCloudDialogflowCxV3PlaybookOutput?
The output of the playbook in the example.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenCount String?
Estimated number of tokes current example takes when sent to the LLM.
getter/setter pair
updateTime String?
Last time the example was updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited