Module: Google::Cloud::Dialogflow::V2::Conversation::ContextReference::ContextContent::ContentFormat
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation.rb
Overview
Represents the format of the ingested string.
Constant Summary collapse
- CONTENT_FORMAT_UNSPECIFIED =
Unspecified content format.
0
- JSON =
Content was provided in JSON format.
1
- PLAIN_TEXT =
Content was provided as plain text.
2