Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest::GitDestination (v0.26.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest::GitDestination.

Settings for exporting to a git branch.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#commit_message

def commit_message() -> ::String
Returns
  • (::String) — Commit message for the git push.

#commit_message=

def commit_message=(value) -> ::String
Parameter
  • value (::String) — Commit message for the git push.
Returns
  • (::String) — Commit message for the git push.

#tracking_branch

def tracking_branch() -> ::String
Returns
  • (::String) — Tracking branch for the git push.

#tracking_branch=

def tracking_branch=(value) -> ::String
Parameter
  • value (::String) — Tracking branch for the git push.
Returns
  • (::String) — Tracking branch for the git push.