Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class TextMessage.
A multi-part text message.
Generated from protobuf message google.cloud.geminidataanalytics.v1.TextMessage
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parts
string[]
Optional. The parts of the message.
↳ text_type
int
Optional. The type of the text message.
↳ thought_signature
string
Optional. An opaque signature for a thought so it can be reused in subsequent requests.
getParts
Optional. The parts of the message.
setParts
Optional. The parts of the message.
var
string[]
$this
getTextType
Optional. The type of the text message.
setTextType
Optional. The type of the text message.
$this
getThoughtSignature
Optional. An opaque signature for a thought so it can be reused in subsequent requests.
string
setThoughtSignature
Optional. An opaque signature for a thought so it can be reused in subsequent requests.
var
string
$this

