Resource: Conversation
External conversation proto definition.
| JSON representation | 
|---|
| { "name": string, "state": enum ( | 
| Fields | |
|---|---|
| name | 
 Immutable. Fully qualified name  | 
| state | 
 The state of the Conversation. | 
| userPseudoId | 
 A unique identifier for tracking users. | 
| messages[] | 
 Conversation messages. | 
| startTime | 
 Output only. The time the conversation started. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| endTime | 
 Output only. The time the conversation finished. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| Methods | |
|---|---|
| 
 | Converses a conversation. | 
| 
 | Creates a Conversation. | 
| 
 | Deletes a Conversation. | 
| 
 | Gets a Conversation. | 
| 
 | Lists all Conversations by their parent DataStore. | 
| 
 | Updates a Conversation. |