Properties of a Playbook.
Properties:
| Name | Type | Attributes | Description | 
|---|---|---|---|
| name | string | null | <optional> | Playbook name | 
| displayName | string | null | <optional> | Playbook displayName | 
| goal | string | null | <optional> | Playbook goal | 
| inputParameterDefinitions | Array.<google.cloud.dialogflow.cx.v3beta1.IParameterDefinition> | null | <optional> | Playbook inputParameterDefinitions | 
| outputParameterDefinitions | Array.<google.cloud.dialogflow.cx.v3beta1.IParameterDefinition> | null | <optional> | Playbook outputParameterDefinitions | 
| instruction | google.cloud.dialogflow.cx.v3beta1.Playbook.IInstruction | null | <optional> | Playbook instruction | 
| tokenCount | number | Long | null | <optional> | Playbook tokenCount | 
| createTime | google.protobuf.ITimestamp | null | <optional> | Playbook createTime | 
| updateTime | google.protobuf.ITimestamp | null | <optional> | Playbook updateTime | 
| referencedPlaybooks | Array.<string> | null | <optional> | Playbook referencedPlaybooks | 
| referencedFlows | Array.<string> | null | <optional> | Playbook referencedFlows | 
| referencedTools | Array.<string> | null | <optional> | Playbook referencedTools | 
| llmModelSettings | google.cloud.dialogflow.cx.v3beta1.ILlmModelSettings | null | <optional> | Playbook llmModelSettings | 
| speechSettings | google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.ISpeechSettings | null | <optional> | Playbook speechSettings | 
| handlers | Array.<google.cloud.dialogflow.cx.v3beta1.IHandler> | null | <optional> | Playbook handlers |