Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class IngestConversationsRequest.
The request to ingest conversations.
Generated from protobuf message google.cloud.contactcenterinsights.v1.IngestConversationsRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcs_source |
Google\Cloud\ContactCenterInsights\V1\IngestConversationsRequest\GcsSource
A cloud storage bucket source. |
↳ transcript_object_config |
Google\Cloud\ContactCenterInsights\V1\IngestConversationsRequest\TranscriptObjectConfig
Configuration for when |
↳ parent |
string
Required. The parent resource for new conversations. |
↳ conversation_config |
Google\Cloud\ContactCenterInsights\V1\IngestConversationsRequest\ConversationConfig
Configuration that applies to all conversations. |
getGcsSource
A cloud storage bucket source.
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\IngestConversationsRequest\GcsSource|null |
hasGcsSource
setGcsSource
A cloud storage bucket source.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\IngestConversationsRequest\GcsSource
|
Returns | |
---|---|
Type | Description |
$this |
getTranscriptObjectConfig
Configuration for when source
contains conversation transcripts.
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\IngestConversationsRequest\TranscriptObjectConfig|null |
hasTranscriptObjectConfig
setTranscriptObjectConfig
Configuration for when source
contains conversation transcripts.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\IngestConversationsRequest\TranscriptObjectConfig
|
Returns | |
---|---|
Type | Description |
$this |
getParent
Required. The parent resource for new conversations.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource for new conversations.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getConversationConfig
Configuration that applies to all conversations.
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\IngestConversationsRequest\ConversationConfig|null |
hasConversationConfig
clearConversationConfig
setConversationConfig
Configuration that applies to all conversations.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\IngestConversationsRequest\ConversationConfig
|
Returns | |
---|---|
Type | Description |
$this |
getSource
Returns | |
---|---|
Type | Description |
string |
getObjectConfig
Returns | |
---|---|
Type | Description |
string |