Dialogflow v3 API - Class ExportIntentsResponse (2.20.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
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
ExportIntentsResponse IntentsOneofCase

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.