Dialogflow v3 API - Class ExportIntentsResponse (2.17.0)

public sealed class ExportIntentsResponse : IMessage<ExportIntentsResponse>, IEquatable<ExportIntentsResponse>, IDeepCloneable<ExportIntentsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class ExportIntentsResponse.

The response message for [Intents.ExportIntents][google.cloud.dialogflow.cx.v3.Intents.ExportIntents].

Inheritance

object > ExportIntentsResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ExportIntentsResponse()

public ExportIntentsResponse()

ExportIntentsResponse(ExportIntentsResponse)

public ExportIntentsResponse(ExportIntentsResponse other)
Parameter
NameDescription
otherExportIntentsResponse

Properties

HasIntentsUri

public bool HasIntentsUri { get; }

Gets whether the "intents_uri" field is set

Property Value
TypeDescription
bool

IntentsCase

public ExportIntentsResponse.IntentsOneofCase IntentsCase { get; }
Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string