public sealed class ExportIntentsResponse : IMessage<ExportIntentsResponse>, IEquatable<ExportIntentsResponse>, IDeepCloneable<ExportIntentsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class ExportIntentsResponse.
The response message for [Intents.ExportIntents][google.cloud.dialogflow.cx.v3.Intents.ExportIntents].
Implements
IMessageExportIntentsResponse, IEquatableExportIntentsResponse, IDeepCloneableExportIntentsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ExportIntentsResponse()
public ExportIntentsResponse()ExportIntentsResponse(ExportIntentsResponse)
public ExportIntentsResponse(ExportIntentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportIntentsResponse |
Properties
HasIntentsUri
public bool HasIntentsUri { get; }Gets whether the "intents_uri" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
IntentsCase
public ExportIntentsResponse.IntentsOneofCase IntentsCase { get; }| Property Value | |
|---|---|
| Type | Description |
ExportIntentsResponseIntentsOneofCase |
|
IntentsContent
public InlineDestination IntentsContent { get; set; }Uncompressed byte content for intents. This field is populated only if
intents_content_inline is set to true in
[ExportIntentsRequest][google.cloud.dialogflow.cx.v3.ExportIntentsRequest].
| Property Value | |
|---|---|
| Type | Description |
InlineDestination |
|
IntentsUri
public string IntentsUri { get; set; }The URI to a file containing the exported intents. This field is
populated only if intents_uri is specified in
[ExportIntentsRequest][google.cloud.dialogflow.cx.v3.ExportIntentsRequest].
| Property Value | |
|---|---|
| Type | Description |
string |
|